home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / bin / illustrt.cfg < prev    next >
Text File  |  1997-05-01  |  1KB  |  42 lines

  1. ;Number of isolines per surface. Should be at list 2.
  2. NumOfIsolines    10
  3.  
  4. ;The way the curve is optimaly (or not) sampled into a polyline.
  5. ;0 - uniform in parametric space.
  6. ;1 - curvature adaptive.
  7. ;See also SamplesPerCurve below.
  8. PolyOpti    0
  9.  
  10. ;If we are having polygonal data that is not a closed object.
  11. OpenPolyData    FALSE
  12.  
  13. ;Number of point samples per curve.
  14. SamplesPerCurve    32
  15.  
  16. ;Sort output accourding to Z depth.
  17. SortOutput    FALSE
  18.  
  19. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  20. ;well as the surfaces/curves themselves.
  21. DrawSurfaceMesh    FALSE
  22.  
  23. ;If TRUE then surfaces is drawn (using isoparametric curves.)
  24. DrawSurface    TRUE
  25.  
  26. ;If TRUE two vertices representing the end points of every edge are added.
  27. VertexPoints    FALSE
  28.  
  29. ;If TRUE edges trimmed amount that depends on the angle between the
  30. ;intersecting edges.
  31. AngularDist    TRUE
  32.  
  33. ;If TRUE edges trimmed amount that depends on the angle between the
  34. ;intersecting edges.
  35. MoreVerbose    FALSE
  36.  
  37. ;Trimming of intersecting edge to create haloed line's effect.
  38. TrimInter    0.03
  39.  
  40. ;Z depth to consider two lines intersecting to be at the same Z level.
  41. InterSameZ    0.03
  42.